home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / res / description / Tpolygonselection.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  332b  |  14 lines

  1. #ifndef _Tpolygonselection_H_
  2. #define _Tpolygonselection_H_
  3.  
  4. enum
  5. {
  6.     POLYGONSELECTIONTAG_COMMAND1 = 1000, // virtual ID
  7.     POLYGONSELECTIONTAG_COMMAND2 = 1001,
  8.     POLYGONSELECTIONTAG_COMMAND3 = 1002,
  9.     POLYGONSELECTIONTAG_COMMAND4 = 1003,
  10.     POLYGONSELECTIONTAG_COMMAND5 = 1004,
  11.     POLYGONSELECTIONTAG_COMMAND6 = 1005
  12. };
  13.  
  14. #endif